func net/http.htmlEscape
2 uses
net/http (current package)
server.go#L2423: body := "<a href=\"" + htmlEscape(url) + "\">" + StatusText(code) + "</a>.\n"
server.go#L2438: func htmlEscape(s string) string {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)